Uses of Class
negotiator.AgentID

Packages that use AgentID
negotiator   
negotiator.actions   
 

Uses of AgentID in negotiator
 

Methods in negotiator that return AgentID
 AgentID Agent.getAgentID()
           
 

Methods in negotiator with parameters of type AgentID
 void Agent.setAgentID(AgentID value)
           
 

Uses of AgentID in negotiator.actions
 

Constructors in negotiator.actions with parameters of type AgentID
Accept(AgentID agentID)
          Action to accept an opponent's bid.
EndNegotiation(AgentID agentID)
          Action to end the negotiation.
IllegalAction(AgentID agent, java.lang.String details)
          Specifies that an agent returned an action not fitting the protocol.
Offer(AgentID agent, Bid bid)
          Creates an action symbolizing an offer for the opponent.